home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Desktop Improver / IconTools / Install Lib < prev    next >
Text File  |  1996-09-26  |  330b  |  18 lines

  1. .K ""
  2.  
  3. failat 20
  4.  
  5. version >NIL: arp.library 39 1
  6. if warn
  7.     echo "This will copy version 39.1 of the arp.library"
  8.     echo "to your LIBS: directory."
  9.     ask "OK? "
  10.     if warn
  11.         echo "Installing arp.library..."
  12.         copy libs/arp.library to LIBS: clone
  13.         echo "done."
  14.     endif
  15. else
  16.     echo "arp.library 39.1 or higher is already installed."
  17. endif
  18.